home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / c / gcc261ud-c.lha / gnu / os-include / proto / dos.h < prev    next >
C/C++ Source or Header  |  1994-09-22  |  338b  |  19 lines

  1. #ifndef PROTO_DOS_H
  2. #define PROTO_DOS_H
  3.  
  4. #ifndef DOS_EXALL_H
  5. #include <dos/exall.h>
  6. #endif
  7. #ifndef UTILITY_TAGITEM_H
  8. #include <utility/tagitem.h>
  9. #endif
  10. #include <clib/dos_protos.h>
  11. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  12. #include <inline/dos.h>
  13. #endif
  14. #ifndef __NOLIBBASE__
  15. extern struct DosLibrary *DOSBase;
  16. #endif
  17.  
  18. #endif
  19.